Kotlin utilities
/
it.czerwinski.kotlin.util
/
Option
/
isDefined
common
is
Defined
val
isDefined
:
Boolean
Content copied to clipboard
Returns
true
if the option is
Some
. Otherwise returns
false
.